home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / XCO212P.ZIP / SAMPLES / NODES / runme.ob2 < prev    next >
Encoding:
Text File  |  1994-07-21  |  226 b   |  16 lines

  1. <*+ MAIN *>
  2. MODULE runme;
  3.  
  4. (* Top-level module *)
  5.  
  6. IMPORT Nodes, Echo, GenEcho, Commands, Types;
  7.  
  8. BEGIN
  9.   Echo.Insert;
  10.   GenEcho.Insert;
  11.   Commands.Insert;
  12.   Types.Insert;
  13.   Nodes.Help;
  14.   Nodes.Loop;
  15. END runme.
  16.